Infinity-Get-User-Lists names a function, with lambda list (D USER RECIPIENT/S):
Get the user's buddy list and ignore list.
Lisp GET-USER-LISTS = JSON getUserLists
{ buddyList: { … } , ignoreList: { … } }
jso - no parameters needed
u - The user whose buddy and ignore lists will be fetched
Buddies on the buddy list can be starred, with attribute starred: true.
Defined in file src/infinity/legacy-commands.lisp.